crypto/tls.clientHelloMsg.earlyData (field)
15 uses
crypto/tls (current package)
handshake_client.go#L285: if hello.earlyData {
handshake_client.go#L477: hello.earlyData = true
handshake_client_tls13.go#L363: if hello.earlyData {
handshake_client_tls13.go#L364: hello.earlyData = false
handshake_client_tls13.go#L560: if !hs.hello.earlyData && encryptedExtensions.earlyData {
handshake_client_tls13.go#L564: if hs.hello.earlyData && !encryptedExtensions.earlyData {
handshake_messages.go#L94: earlyData bool
handshake_messages.go#L153: if m.earlyData {
handshake_messages.go#L624: m.earlyData = true
handshake_messages.go#L710: earlyData: m.earlyData,
handshake_server_tls13.go#L160: if hs.clientHello.earlyData && c.quic != nil {
handshake_server_tls13.go#L165: } else if hs.clientHello.earlyData {
handshake_server_tls13.go#L409: if c.quic != nil && hs.clientHello.earlyData && i == 0 &&
handshake_server_tls13.go#L640: if clientHello.earlyData {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)